home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / BoinkSpace / BoinkSpaceView.h next >
Text File  |  1992-02-17  |  205b  |  15 lines

  1. #import "BoinkViewPart.h"
  2. #import "SpaceView.h"
  3.  
  4. @interface BoinkSpaceView:BoinkView
  5. {
  6.     id mySpaceView;
  7.     NXRect avoid;
  8. }
  9.  
  10. - oneStep;
  11. - drawSelf:(const NXRect *)rects :(int)rectCount;
  12. - didLockFocus;
  13.  
  14. @end
  15.